Html Css Color HEX #BCD44B Conifer

📋 copy color: '#BCD44B'

red 188 ◦ green 212 ◦ blue 75

#BCD44B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BCD44B

Tints of Conifer #BCD44B

RGB

 RED value IS 188 (73.83% from 255) = 39.58%

 GREEN value IS 212 (83.2% from 255) = 44.63%

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 39.58%
G = 44.63%
B = 15.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCD44B (or 0xBCD44B) is known color: Conifer. HEX triplet: BC, D4 and 4B. RGB value is (188,212,75). Sum of RGB (Red+Green+Blue) = 188+212+75=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD44B is #432BB4. Grayscale: #BDBDBD. Windows color (decimal): -4402101 or 4969660. OLE color: 4969660.

HSL color Cylindrical-coordinate representation of color #BCD44B: hue angle of 70.51º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCD44B is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 75 -
CMYK 0.11 0 0.65 0.17
HSL 70.51º 0.61% 0.56% -
HSV(B) 70.51º 0.65% 0.83% -
XYZ 45.55 58.29 15.51 -
YUV 189.21 63.55 127.14 -
System Red Green Blue C M Y K H S L
Decimal 188 212 75 0.11 0 0.65 0.17 70.51 0.61 0.56
Hex BC D4 4B B 0 41 11 47 3D 38
Octal 274 324 113 13 0 101 21 107 75 70
Binary 10111100 11010100 1001011 1011 0 1000001 10001 1000111 111101 111000

Color Harmonies of #BCD44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD44B

Black with #BCD44B

Text Example


Text Example

White with #BCD44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD44B; }

 p { color: rgb(188,212,75); }

 H1.HeaderClassName
 {
   color: #BCD44B;
 }
 .AnyTagClassName
 {
   color: #BCD44B;
 }
</style>

background-color css

<style>
 a { background-color: #BCD44B; }

 a { background-color: rgb(188,212,75); }

 div.DivClassName
 {
   background-color: #BCD44B;
 }
 .BgClassName
 {
   background-color: #BCD44B;
 }
</style>

border-color css

<style>
 span { border-color: #BCD44B; }

 span { border-color: rgb(188,212,75); }

 td.TdClassName
 {
   border-color: #BCD44B;
 }
 .TagClassName
 {
   border-color: #BCD44B;
 }
</style>