Html Css Color HEX #BBE04A Conifer

📋 copy color: '#BBE04A'

red 187 ◦ green 224 ◦ blue 74

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

Shades of Conifer #BBE04A

Tints of Conifer #BBE04A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.19%

 BLUE value IS 74 (29.3% from 255) = 15.26%

R = 38.56%
G = 46.19%
B = 15.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#BBE04A (or 0xBBE04A) is known color: Conifer. HEX triplet: BB, E0 and 4A. RGB value is (187,224,74). Sum of RGB (Red+Green+Blue) = 187+224+74=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE04A is #441FB5. Grayscale: #C4C4C4. Windows color (decimal): -4464566 or 4907195. OLE color: 4907195.

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

Color convert

RGB 187 224 74 -
CMYK 0.17 0 0.67 0.12
HSL 74.8º 0.71% 0.58% -
HSV(B) 74.8º 0.67% 0.88% -
XYZ 48.39 64.37 16.35 -
YUV 195.84 59.24 121.7 -
System Red Green Blue C M Y K H S L
Decimal 187 224 74 0.17 0 0.67 0.12 74.8 0.71 0.58
Hex BB E0 4A 11 0 43 C 4B 47 3A
Octal 273 340 112 21 0 103 14 113 107 72
Binary 10111011 11100000 1001010 10001 0 1000011 1100 1001011 1000111 111010

Color Harmonies of #BBE04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE04A

Black with #BBE04A

Text Example


Text Example

White with #BBE04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE04A; }

 p { color: rgb(187,224,74); }

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

background-color css

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

 a { background-color: rgb(187,224,74); }

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

border-color css

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

 span { border-color: rgb(187,224,74); }

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