Html Css Color HEX #BDC923 Rio Grande

📋 copy color: '#BDC923'

red 189 ◦ green 201 ◦ blue 35

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

Shades of Rio Grande #BDC923

Tints of Rio Grande #BDC923

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.29%

 BLUE value IS 35 (14.06% from 255) = 8.24%

R = 44.47%
G = 47.29%
B = 8.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#BDC923 (or 0xBDC923) is known color: Rio Grande. HEX triplet: BD, C9 and 23. RGB value is (189,201,35). Sum of RGB (Red+Green+Blue) = 189+201+35=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC923 is #4236DC. Grayscale: #B3B3B3. Windows color (decimal): -4339421 or 2345405. OLE color: 2345405.

HSL color Cylindrical-coordinate representation of color #BDC923: hue angle of 64.34º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDC923 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 35 -
CMYK 0.06 0 0.83 0.21
HSL 64.34º 0.7% 0.46% -
HSV(B) 64.34º 0.83% 0.79% -
XYZ 42.18 52.71 9.54 -
YUV 178.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 189 201 35 0.06 0 0.83 0.21 64.34 0.7 0.46
Hex BD C9 23 6 0 53 15 40 46 2E
Octal 275 311 43 6 0 123 25 100 106 56
Binary 10111101 11001001 100011 110 0 1010011 10101 1000000 1000110 101110

Color Harmonies of #BDC923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC923

Black with #BDC923

Text Example


Text Example

White with #BDC923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC923; }

 p { color: rgb(189,201,35); }

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

background-color css

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

 a { background-color: rgb(189,201,35); }

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

border-color css

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

 span { border-color: rgb(189,201,35); }

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