Html Css Color HEX #BDC823 Rio Grande

📋 copy color: '#BDC823'

red 189 ◦ green 200 ◦ blue 35

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

Shades of Rio Grande #BDC823

Tints of Rio Grande #BDC823

RGB

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

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

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

R = 44.58%
G = 47.17%
B = 8.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#BDC823 (or 0xBDC823) is known color: Rio Grande. HEX triplet: BD, C8 and 23. RGB value is (189,200,35). Sum of RGB (Red+Green+Blue) = 189+200+35=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 35 (14.06% from 255 or 8.25% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC823 is #4237DC. Grayscale: #B2B2B2. Windows color (decimal): -4339677 or 2345149. OLE color: 2345149.

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

Color convert

RGB 189 200 35 -
CMYK 0.06 0 0.82 0.22
HSL 64º 0.7% 0.46% -
HSV(B) 64º 0.83% 0.78% -
XYZ 41.94 52.25 9.46 -
YUV 177.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 189 200 35 0.06 0 0.82 0.22 64 0.7 0.46
Hex BD C8 23 6 0 52 16 40 46 2E
Octal 275 310 43 6 0 122 26 100 106 56
Binary 10111101 11001000 100011 110 0 1010010 10110 1000000 1000110 101110

Color Harmonies of #BDC823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC823

Black with #BDC823

Text Example


Text Example

White with #BDC823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC823; }

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

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

background-color css

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

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

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

border-color css

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

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

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