Html Css Color HEX #BDBE30 Rio Grande

📋 copy color: '#BDBE30'

red 189 ◦ green 190 ◦ blue 48

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

Shades of Rio Grande #BDBE30

Tints of Rio Grande #BDBE30

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

 BLUE value IS 48 (19.14% from 255) = 11.24%

R = 44.26%
G = 44.5%
B = 11.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BDBE30 (or 0xBDBE30) is known color: Rio Grande. HEX triplet: BD, BE and 30. RGB value is (189,190,48). Sum of RGB (Red+Green+Blue) = 189+190+48=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE30 is #4241CF. Grayscale: #AEAEAE. Windows color (decimal): -4342224 or 3194557. OLE color: 3194557.

HSL color Cylindrical-coordinate representation of color #BDBE30: hue angle of 60.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDBE30 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 48 -
CMYK 0.01 0 0.75 0.25
HSL 60.42º 0.6% 0.47% -
HSV(B) 60.42º 0.75% 0.75% -
XYZ 39.93 47.86 9.93 -
YUV 173.51 57.17 139.05 -
System Red Green Blue C M Y K H S L
Decimal 189 190 48 0.01 0 0.75 0.25 60.42 0.6 0.47
Hex BD BE 30 1 0 4B 19 3C 3C 2F
Octal 275 276 60 1 0 113 31 74 74 57
Binary 10111101 10111110 110000 1 0 1001011 11001 111100 111100 101111

Color Harmonies of #BDBE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE30

Black with #BDBE30

Text Example


Text Example

White with #BDBE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE30; }

 p { color: rgb(189,190,48); }

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

background-color css

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

 a { background-color: rgb(189,190,48); }

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

border-color css

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

 span { border-color: rgb(189,190,48); }

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