Html Css Color HEX #BDC818 Rio Grande

📋 copy color: '#BDC818'

red 189 ◦ green 200 ◦ blue 24

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

Shades of Rio Grande #BDC818

Tints of Rio Grande #BDC818

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.43%

 BLUE value IS 24 (9.77% from 255) = 5.81%

R = 45.76%
G = 48.43%
B = 5.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#BDC818 (or 0xBDC818) is known color: Rio Grande. HEX triplet: BD, C8 and 18. RGB value is (189,200,24). Sum of RGB (Red+Green+Blue) = 189+200+24=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC818 is #4237E7. Grayscale: #B1B1B1. Windows color (decimal): -4339688 or 1624253. OLE color: 1624253.

HSL color Cylindrical-coordinate representation of color #BDC818: hue angle of 63.75º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC818 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 24 -
CMYK 0.06 0 0.88 0.22
HSL 63.75º 0.79% 0.44% -
HSV(B) 63.75º 0.88% 0.78% -
XYZ 41.81 52.19 8.74 -
YUV 176.65 41.86 136.81 -
System Red Green Blue C M Y K H S L
Decimal 189 200 24 0.06 0 0.88 0.22 63.75 0.79 0.44
Hex BD C8 18 6 0 58 16 40 4F 2C
Octal 275 310 30 6 0 130 26 100 117 54
Binary 10111101 11001000 11000 110 0 1011000 10110 1000000 1001111 101100

Color Harmonies of #BDC818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC818

Black with #BDC818

Text Example


Text Example

White with #BDC818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC818; }

 p { color: rgb(189,200,24); }

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

background-color css

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

 a { background-color: rgb(189,200,24); }

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

border-color css

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

 span { border-color: rgb(189,200,24); }

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