Html Css Color HEX #BBD34C Conifer

📋 copy color: '#BBD34C'

red 187 ◦ green 211 ◦ blue 76

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

Shades of Conifer #BBD34C

Tints of Conifer #BBD34C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.51%

 BLUE value IS 76 (30.08% from 255) = 16.03%

R = 39.45%
G = 44.51%
B = 16.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#BBD34C (or 0xBBD34C) is known color: Conifer. HEX triplet: BB, D3 and 4C. RGB value is (187,211,76). Sum of RGB (Red+Green+Blue) = 187+211+76=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD34C is #442CB3. Grayscale: #BCBCBC. Windows color (decimal): -4467892 or 5034939. OLE color: 5034939.

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

Color convert

RGB 187 211 76 -
CMYK 0.11 0 0.64 0.17
HSL 70.67º 0.61% 0.56% -
HSV(B) 70.67º 0.64% 0.83% -
XYZ 45.09 57.68 15.59 -
YUV 188.43 64.55 126.98 -
System Red Green Blue C M Y K H S L
Decimal 187 211 76 0.11 0 0.64 0.17 70.67 0.61 0.56
Hex BB D3 4C B 0 40 11 47 3D 38
Octal 273 323 114 13 0 100 21 107 75 70
Binary 10111011 11010011 1001100 1011 0 1000000 10001 1000111 111101 111000

Color Harmonies of #BBD34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD34C

Black with #BBD34C

Text Example


Text Example

White with #BBD34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD34C; }

 p { color: rgb(187,211,76); }

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

background-color css

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

 a { background-color: rgb(187,211,76); }

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

border-color css

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

 span { border-color: rgb(187,211,76); }

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