Html Css Color HEX #BBDC47 Conifer

📋 copy color: '#BBDC47'

red 187 ◦ green 220 ◦ blue 71

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

Shades of Conifer #BBDC47

Tints of Conifer #BBDC47

RGB

 RED value IS 187 (73.44% from 255) = 39.12%

 GREEN value IS 220 (86.33% from 255) = 46.03%

 BLUE value IS 71 (28.13% from 255) = 14.85%

R = 39.12%
G = 46.03%
B = 14.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#BBDC47 (or 0xBBDC47) is known color: Conifer. HEX triplet: BB, DC and 47. RGB value is (187,220,71). Sum of RGB (Red+Green+Blue) = 187+220+71=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC47 is #4423B8. Grayscale: #C1C1C1. Windows color (decimal): -4465593 or 4709563. OLE color: 4709563.

HSL color Cylindrical-coordinate representation of color #BBDC47: hue angle of 73.29º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBDC47 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 71 -
CMYK 0.15 0 0.68 0.14
HSL 73.29º 0.68% 0.57% -
HSV(B) 73.29º 0.68% 0.86% -
XYZ 47.22 62.21 15.48 -
YUV 193.15 59.07 123.62 -
System Red Green Blue C M Y K H S L
Decimal 187 220 71 0.15 0 0.68 0.14 73.29 0.68 0.57
Hex BB DC 47 F 0 44 E 49 44 39
Octal 273 334 107 17 0 104 16 111 104 71
Binary 10111011 11011100 1000111 1111 0 1000100 1110 1001001 1000100 111001

Color Harmonies of #BBDC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC47

Black with #BBDC47

Text Example


Text Example

White with #BBDC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC47; }

 p { color: rgb(187,220,71); }

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

background-color css

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

 a { background-color: rgb(187,220,71); }

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

border-color css

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

 span { border-color: rgb(187,220,71); }

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