Html Css Color HEX #BBD649 Conifer

📋 copy color: '#BBD649'

red 187 ◦ green 214 ◦ blue 73

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

Shades of Conifer #BBD649

Tints of Conifer #BBD649

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

 BLUE value IS 73 (28.91% from 255) = 15.4%

R = 39.45%
G = 45.15%
B = 15.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BBD649 (or 0xBBD649) is known color: Conifer. HEX triplet: BB, D6 and 49. RGB value is (187,214,73). Sum of RGB (Red+Green+Blue) = 187+214+73=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD649 is #4429B6. Grayscale: #BEBEBE. Windows color (decimal): -4467127 or 4839099. OLE color: 4839099.

HSL color Cylindrical-coordinate representation of color #BBD649: hue angle of 71.49º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBD649 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 73 -
CMYK 0.13 0 0.66 0.16
HSL 71.49º 0.63% 0.56% -
HSV(B) 71.49º 0.66% 0.84% -
XYZ 45.74 59.14 15.31 -
YUV 189.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 187 214 73 0.13 0 0.66 0.16 71.49 0.63 0.56
Hex BB D6 49 D 0 42 10 47 3F 38
Octal 273 326 111 15 0 102 20 107 77 70
Binary 10111011 11010110 1001001 1101 0 1000010 10000 1000111 111111 111000

Color Harmonies of #BBD649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD649

Black with #BBD649

Text Example


Text Example

White with #BBD649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD649; }

 p { color: rgb(187,214,73); }

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

background-color css

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

 a { background-color: rgb(187,214,73); }

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

border-color css

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

 span { border-color: rgb(187,214,73); }

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