Html Css Color HEX #BDDD4A Conifer

📋 copy color: '#BDDD4A'

red 189 ◦ green 221 ◦ blue 74

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

Shades of Conifer #BDDD4A

Tints of Conifer #BDDD4A

RGB

 RED value IS 189 (74.22% from 255) = 39.05%

 GREEN value IS 221 (86.72% from 255) = 45.66%

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

R = 39.05%
G = 45.66%
B = 15.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#BDDD4A (or 0xBDDD4A) is known color: Conifer. HEX triplet: BD, DD and 4A. RGB value is (189,221,74). Sum of RGB (Red+Green+Blue) = 189+221+74=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD4A is #4222B5. Grayscale: #C3C3C3. Windows color (decimal): -4334262 or 4906429. OLE color: 4906429.

HSL color Cylindrical-coordinate representation of color #BDDD4A: hue angle of 73.06º degrees, saturation: 0.68, 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 #BDDD4A is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 74 -
CMYK 0.14 0 0.67 0.13
HSL 73.06º 0.68% 0.58% -
HSV(B) 73.06º 0.67% 0.87% -
XYZ 48.08 63.03 16.11 -
YUV 194.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 189 221 74 0.14 0 0.67 0.13 73.06 0.68 0.58
Hex BD DD 4A E 0 43 D 49 44 3A
Octal 275 335 112 16 0 103 15 111 104 72
Binary 10111101 11011101 1001010 1110 0 1000011 1101 1001001 1000100 111010

Color Harmonies of #BDDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD4A

Black with #BDDD4A

Text Example


Text Example

White with #BDDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD4A; }

 p { color: rgb(189,221,74); }

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

background-color css

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

 a { background-color: rgb(189,221,74); }

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

border-color css

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

 span { border-color: rgb(189,221,74); }

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