Html Css Color HEX #BDDF4A Conifer

📋 copy color: '#BDDF4A'

red 189 ◦ green 223 ◦ blue 74

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

Shades of Conifer #BDDF4A

Tints of Conifer #BDDF4A

RGB

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

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

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

R = 38.89%
G = 45.88%
B = 15.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#BDDF4A (or 0xBDDF4A) is known color: Conifer. HEX triplet: BD, DF and 4A. RGB value is (189,223,74). Sum of RGB (Red+Green+Blue) = 189+223+74=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF4A is #4220B5. Grayscale: #C4C4C4. Windows color (decimal): -4333750 or 4906941. OLE color: 4906941.

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

Color convert

RGB 189 223 74 -
CMYK 0.15 0 0.67 0.13
HSL 73.69º 0.7% 0.58% -
HSV(B) 73.69º 0.67% 0.87% -
XYZ 48.61 64.09 16.29 -
YUV 195.85 59.24 123.12 -
System Red Green Blue C M Y K H S L
Decimal 189 223 74 0.15 0 0.67 0.13 73.69 0.7 0.58
Hex BD DF 4A F 0 43 D 4A 46 3A
Octal 275 337 112 17 0 103 15 112 106 72
Binary 10111101 11011111 1001010 1111 0 1000011 1101 1001010 1000110 111010

Color Harmonies of #BDDF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF4A

Black with #BDDF4A

Text Example


Text Example

White with #BDDF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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