Html Css Color HEX #BDBE04 La Rioja

📋 copy color: '#BDBE04'

red 189 ◦ green 190 ◦ blue 4

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

Shades of La Rioja #BDBE04

Tints of La Rioja #BDBE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 49.35%
G = 49.61%
B = 1.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BDBE04 (or 0xBDBE04) is known color: La Rioja. HEX triplet: BD, BE and 04. RGB value is (189,190,4). Sum of RGB (Red+Green+Blue) = 189+190+4=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBE04 is #4241FB. Grayscale: #A9A9A9. Windows color (decimal): -4342268 or 310973. OLE color: 310973.

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

Color convert

RGB 189 190 4 -
CMYK 0.01 0 0.98 0.25
HSL 60.32º 0.96% 0.38% -
HSV(B) 60.32º 0.98% 0.75% -
XYZ 39.42 47.65 7.24 -
YUV 168.5 35.17 142.62 -
System Red Green Blue C M Y K H S L
Decimal 189 190 4 0.01 0 0.98 0.25 60.32 0.96 0.38
Hex BD BE 4 1 0 62 19 3C 60 26
Octal 275 276 4 1 0 142 31 74 140 46
Binary 10111101 10111110 100 1 0 1100010 11001 111100 1100000 100110

Color Harmonies of #BDBE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE04

Black with #BDBE04

Text Example


Text Example

White with #BDBE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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