Html Css Color HEX #BBDF4A Conifer

📋 copy color: '#BBDF4A'

red 187 ◦ green 223 ◦ blue 74

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

Shades of Conifer #BBDF4A

Tints of Conifer #BBDF4A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

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

R = 38.64%
G = 46.07%
B = 15.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#BBDF4A (or 0xBBDF4A) is known color: Conifer. HEX triplet: BB, DF and 4A. RGB value is (187,223,74). Sum of RGB (Red+Green+Blue) = 187+223+74=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF4A is #4420B5. Grayscale: #C3C3C3. Windows color (decimal): -4464822 or 4906939. OLE color: 4906939.

HSL color Cylindrical-coordinate representation of color #BBDF4A: hue angle of 74.5º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBDF4A is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 74 -
CMYK 0.16 0 0.67 0.13
HSL 74.5º 0.7% 0.58% -
HSV(B) 74.5º 0.67% 0.87% -
XYZ 48.12 63.83 16.26 -
YUV 195.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 187 223 74 0.16 0 0.67 0.13 74.5 0.7 0.58
Hex BB DF 4A 10 0 43 D 4A 46 3A
Octal 273 337 112 20 0 103 15 112 106 72
Binary 10111011 11011111 1001010 10000 0 1000011 1101 1001010 1000110 111010

Color Harmonies of #BBDF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF4A

Black with #BBDF4A

Text Example


Text Example

White with #BBDF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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