Html Css Color HEX #BBE149 Conifer

📋 copy color: '#BBE149'

red 187 ◦ green 225 ◦ blue 73

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

Shades of Conifer #BBE149

Tints of Conifer #BBE149

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.39%

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

R = 38.56%
G = 46.39%
B = 15.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#BBE149 (or 0xBBE149) is known color: Conifer. HEX triplet: BB, E1 and 49. RGB value is (187,225,73). Sum of RGB (Red+Green+Blue) = 187+225+73=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE149 is #441EB6. Grayscale: #C4C4C4. Windows color (decimal): -4464311 or 4841915. OLE color: 4841915.

HSL color Cylindrical-coordinate representation of color #BBE149: hue angle of 75º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBE149 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 73 -
CMYK 0.17 0 0.68 0.12
HSL 75º 0.72% 0.58% -
HSV(B) 75º 0.68% 0.88% -
XYZ 48.62 64.9 16.27 -
YUV 196.31 58.41 121.36 -
System Red Green Blue C M Y K H S L
Decimal 187 225 73 0.17 0 0.68 0.12 75 0.72 0.58
Hex BB E1 49 11 0 44 C 4B 48 3A
Octal 273 341 111 21 0 104 14 113 110 72
Binary 10111011 11100001 1001001 10001 0 1000100 1100 1001011 1001000 111010

Color Harmonies of #BBE149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE149

Black with #BBE149

Text Example


Text Example

White with #BBE149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE149; }

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

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

background-color css

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

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

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

border-color css

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

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

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