Html Css Color HEX #BDD948 Conifer

📋 copy color: '#BDD948'

red 189 ◦ green 217 ◦ blue 72

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

Shades of Conifer #BDD948

Tints of Conifer #BDD948

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.4%

 BLUE value IS 72 (28.52% from 255) = 15.06%

R = 39.54%
G = 45.4%
B = 15.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#BDD948 (or 0xBDD948) is known color: Conifer. HEX triplet: BD, D9 and 48. RGB value is (189,217,72). Sum of RGB (Red+Green+Blue) = 189+217+72=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD948 is #4226B7. Grayscale: #C0C0C0. Windows color (decimal): -4335288 or 4774333. OLE color: 4774333.

HSL color Cylindrical-coordinate representation of color #BDD948: hue angle of 71.59º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD948 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 72 -
CMYK 0.13 0 0.67 0.15
HSL 71.59º 0.66% 0.57% -
HSV(B) 71.59º 0.67% 0.85% -
XYZ 46.97 60.91 15.41 -
YUV 192.1 60.22 125.79 -
System Red Green Blue C M Y K H S L
Decimal 189 217 72 0.13 0 0.67 0.15 71.59 0.66 0.57
Hex BD D9 48 D 0 43 F 48 42 39
Octal 275 331 110 15 0 103 17 110 102 71
Binary 10111101 11011001 1001000 1101 0 1000011 1111 1001000 1000010 111001

Color Harmonies of #BDD948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD948

Black with #BDD948

Text Example


Text Example

White with #BDD948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD948; }

 p { color: rgb(189,217,72); }

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

background-color css

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

 a { background-color: rgb(189,217,72); }

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

border-color css

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

 span { border-color: rgb(189,217,72); }

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