Html Css Color HEX #BDE762 Conifer

📋 copy color: '#BDE762'

red 189 ◦ green 231 ◦ blue 98

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

Shades of Conifer #BDE762

Tints of Conifer #BDE762

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.59%

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

R = 36.49%
G = 44.59%
B = 18.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#BDE762 (or 0xBDE762) is known color: Conifer. HEX triplet: BD, E7 and 62. RGB value is (189,231,98). Sum of RGB (Red+Green+Blue) = 189+231+98=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE762 is #42189D. Grayscale: #CBCBCB. Windows color (decimal): -4331678 or 6481853. OLE color: 6481853.

HSL color Cylindrical-coordinate representation of color #BDE762: hue angle of 78.95º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDE762 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 98 -
CMYK 0.18 0 0.58 0.09
HSL 78.95º 0.73% 0.65% -
HSV(B) 78.95º 0.58% 0.91% -
XYZ 51.77 68.85 22.12 -
YUV 203.28 68.59 117.81 -
System Red Green Blue C M Y K H S L
Decimal 189 231 98 0.18 0 0.58 0.09 78.95 0.73 0.65
Hex BD E7 62 12 0 3A 9 4F 49 41
Octal 275 347 142 22 0 72 11 117 111 101
Binary 10111101 11100111 1100010 10010 0 111010 1001 1001111 1001001 1000001

Color Harmonies of #BDE762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE762

Black with #BDE762

Text Example


Text Example

White with #BDE762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE762; }

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

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

background-color css

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

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

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

border-color css

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

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

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