Html Css Color HEX #BDF162 Conifer

📋 copy color: '#BDF162'

red 189 ◦ green 241 ◦ blue 98

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

Shades of Conifer #BDF162

Tints of Conifer #BDF162

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.64%

 BLUE value IS 98 (38.67% from 255) = 18.56%

R = 35.8%
G = 45.64%
B = 18.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#BDF162 (or 0xBDF162) is known color: Conifer. HEX triplet: BD, F1 and 62. RGB value is (189,241,98). Sum of RGB (Red+Green+Blue) = 189+241+98=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF162 is #420E9D. Grayscale: #D1D1D1. Windows color (decimal): -4329118 or 6484413. OLE color: 6484413.

HSL color Cylindrical-coordinate representation of color #BDF162: hue angle of 81.82º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF162 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 98 -
CMYK 0.22 0 0.59 0.05
HSL 81.82º 0.84% 0.66% -
HSV(B) 81.82º 0.59% 0.95% -
XYZ 54.65 74.61 23.08 -
YUV 209.15 65.27 113.63 -
System Red Green Blue C M Y K H S L
Decimal 189 241 98 0.22 0 0.59 0.05 81.82 0.84 0.66
Hex BD F1 62 16 0 3B 5 52 54 42
Octal 275 361 142 26 0 73 5 122 124 102
Binary 10111101 11110001 1100010 10110 0 111011 101 1010010 1010100 1000010

Color Harmonies of #BDF162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF162

Black with #BDF162

Text Example


Text Example

White with #BDF162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF162; }

 p { color: rgb(189,241,98); }

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

background-color css

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

 a { background-color: rgb(189,241,98); }

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

border-color css

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

 span { border-color: rgb(189,241,98); }

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