Html Css Color HEX #BDC274 Pine Glade

📋 copy color: '#BDC274'

red 189 ◦ green 194 ◦ blue 116

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

Shades of Pine Glade #BDC274

Tints of Pine Glade #BDC274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

 BLUE value IS 116 (45.7% from 255) = 23.25%

R = 37.88%
G = 38.88%
B = 23.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#BDC274 (or 0xBDC274) is known color: Pine Glade. HEX triplet: BD, C2 and 74. RGB value is (189,194,116). Sum of RGB (Red+Green+Blue) = 189+194+116=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC274 is #423D8B. Grayscale: #B7B7B7. Windows color (decimal): -4341132 or 7652029. OLE color: 7652029.

HSL color Cylindrical-coordinate representation of color #BDC274: hue angle of 63.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC274 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 116 -
CMYK 0.03 0 0.40 0.24
HSL 63.85º 0.39% 0.61% -
HSV(B) 63.85º 0.4% 0.76% -
XYZ 43.43 50.66 24.01 -
YUV 183.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 189 194 116 0.03 0 0.40 0.24 63.85 0.39 0.61
Hex BD C2 74 3 0 28 18 40 27 3D
Octal 275 302 164 3 0 50 30 100 47 75
Binary 10111101 11000010 1110100 11 0 101000 11000 1000000 100111 111101

Color Harmonies of #BDC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC274

Black with #BDC274

Text Example


Text Example

White with #BDC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC274; }

 p { color: rgb(189,194,116); }

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

background-color css

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

 a { background-color: rgb(189,194,116); }

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

border-color css

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

 span { border-color: rgb(189,194,116); }

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